<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper_content{
    width: 1600px;
    margin: 0 auto;
}
@media only all and (max-width: 1600px){
    .wrapper_content{
        width: 1400px;
    }
}
@media only all and (max-width: 1440px){
    .wrapper_content{
        width: 1200px;
    }
}
@media only all and (max-width: 1280px){
    .wrapper_content{
        width: 1000px;
    }
}
@media only all and (max-width: 1024px){
    .wrapper_content{
        width: 100%;
        padding: 0px 20px;
    }
}
header{
    width: 100%;
    padding:0px 60px;
    position: fixed;
    z-index: 10;
    height: 100px;
    line-height: 100px;
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
header .logo svg{
    width: 150px;
}
header .head_nav{
    margin: 0 auto;
    display: inline-block;
}
header .head_nav ul {
    font-size: 0;
}
header .head_nav li{
    display: inline-block;
    margin: 0 40px;
}
header .head_nav li a{
    font-size: 18px;
    color: #333;
    font-family: "PuHuiTi";
}
header .head_nav li.active a{
    color: #28619e;
}
header .head_nav li a:hover{
    color: #28619e;
}
header .menu {
    width: 25px;
    text-align: center;
    position: absolute;
    right: 60px;
    top:41px;
    cursor: pointer;
}
header .menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    border-radius: 2px;
    margin-bottom: 5px;
}
/* .menu.active{
    top: 50px;
}
.menu.active span {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}
.menu.active span:nth-child(1) {
    margin-bottom: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: 50%, 50%;
}
.menu.active span:nth-child(2) {
    display: none;
}
.menu.active span:nth-child(3) {
    margin-bottom: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: 50%, 50%;
} */

header.active{
    background: #fff;
    height: 70px;
    line-height: 70px;
}
header.active .menu{
    top: 27px;
}


.nav_on{
    background: #28619e;
    width: 25%;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    z-index: 10;
    height: 100%;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
}
.nav_on .close{
    position: absolute;
    right: 50px;
    top: 50px;
    width: 16px;
}
.nav_on.active {
    right:0;
}
.nav_on .nav_list{
    width: 100%;
    padding: 0px 80px;
    position: relative;
    top: 190px;
}
.nav_on .nav_list .nav_item{
    position: relative;
    margin-bottom:20px;
}
.nav_on .nav_list .nav_item:last-child{
    margin-bottom: 0;
}
.nav_on .nav_list .nav_item .item_img{
    position: absolute;
    right: 0;
    top: 22px;
    width: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.nav_on .nav_list .nav_item .one_nav{
    display:none;
    margin-top:10px;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.nav_on .nav_list .nav_item a{
    color: #fff;
}
.nav_on .nav_list .nav_item .nav_tit{
    font-size: 34px;
}
.nav_on .nav_list .nav_item .nav_subtit {
    font-size:19px;
    color: #fff;
    display: block;
    line-height: 34px;
}
.nav_on .nav_list .nav_item .nav_subtit:hover {
    color: #88c2ff;
}   
.nav_on .nav_list .nav_item.active .item_img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/* .nav_on .nav_list .nav_item.active .one_nav{
    display: block;
    height: auto;
} */


footer{
    width: 100%;
    background-image: url(../images/index/foot.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* height: 535px; */
    font-family: "PuHuiTi Regular";
    font-size: 0;
    padding: 60px 0px 30px;
}
footer .foot_left{
    display: inline-block;
    vertical-align: top;
    max-width: 80%;
}
footer .foot_bottom{
    margin-top: 80px;
}
footer .foot_bottom p{
    opacity: 0.6;
}
footer .foot_bottom,
footer .foot_bottom a{
    font-size: 16px;
    color: #fff;
}
footer .foot_bottom .Powered{
    opacity: 0.5;
    font-size: 14px;
}
footer .foot_bottom p a{
    display: inline-block;
    margin-left: 15px;
}
footer .logo1{
    vertical-align: top;
    max-width: 12%;
    margin-right: 13%;
}
footer .foot_nav{
    font-size: 0;
    vertical-align: top;
    width: 75%;
}
footer .foot_nav .foot_list{
    display: inline-block;
    vertical-align: top;
    margin-right: 220px;
    width: 110px;
    margin-bottom: 40px;
}
footer .foot_nav .foot_list:nth-child(3n){
    margin-right: 0;
}
footer .foot_nav .foot_list .foot_tit {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    font-family: "PuHuiTi";
}
footer .foot_nav .foot_list .foot_item a {
    color: #fff;
    font-size: 16px;
    opacity: 0.4;
    display: block;
    line-height: 29px;
}

footer .foot_rigtht{
    display: inline-block;
    max-width: 20%;
    vertical-align: top;
}
footer .foot_rigtht .contact_list{
    margin-bottom: 50px;
}
footer .foot_rigtht .foot_bottom,
footer .foot_rigtht a{
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
}
footer .foot_rigtht .contact_tit {
    color: #fff;
    font-size: 18px;
    font-family: "PuHuiTi";
    margin-bottom: 10px;
}
footer .foot_rigtht .list2 .contact_tit{
    margin-bottom: 20px;
}
footer .foot_rigtht .contact_icon a{
    display: inline-block;
    margin-right: 10px;
}
footer .foot_rigtht .contact_icon a.weixincode{
    position: relative;
}
footer .foot_rigtht .contact_icon a.weixincode.active{
    opacity: 1;
}
footer .foot_rigtht .contact_icon a.weixincode .code{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    display: none;
    width: 200%;
}
footer .foot_rigtht .contact_icon a.weixincode .code img{
    width: 100%;
}
footer .foot_rigtht .contact_icon a.weixincode.active .code{
    display: block;
}
footer .foot_rigtht .order_input .input{
    height: 45px;
    line-height: 45px;
    width: 220px;
    background: none;
    border: 0 none;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    opacity: 0.6;
    color: #fff;
    font-size: 16px;
}
.order_input .input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
    font-size: 16px;
}
.order_input .input:-moz-placeholder {
    color: #fff;
    opacity: 0.6;
    font-size: 16px;
}
.order_input .input::-moz-placeholder { 
    color: #fff;
    opacity: 0.6;
    font-size: 16px;  
}
.order_input .input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
    font-size: 16px;
}

footer .foot_rigtht .order_input .submit_btn{
    width: 80px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #28619e;
    cursor: pointer;
}

footer .foot_rigtht .foot_bottom .copy{
    display: none;
}
@media only all and (max-width: 1600px){
    .nav_on .nav_list{
        top: 170px;
    }
    .nav_on .nav_list .nav_item .nav_tit {
        font-size: 26px;
    }
    .nav_on .nav_list .nav_item .nav_subtit {
        font-size: 17px;
        line-height: 30px;
    }
    /* footer .foot_bottom {
        margin-top: 92px;
    }
    footer .foot_rigtht .foot_bottom {
        margin-top: 0px;
    } */
    footer .foot_rigtht .order_input .input{
        width: 200px;
    }
}
@media only all and (max-width: 1440px){
    footer .foot_nav .foot_list {
        margin-right: 160px;
    }
    .nav_on .nav_list{
        padding: 0px 60px;
    }
    footer .foot_rigtht .order_input .input {
        width: 160px;
    }
}
@media only all and (max-width: 1366px){
    .nav_on .nav_list .nav_item .nav_tit {
        font-size: 24px;
    }
    .nav_on .nav_list .nav_item .nav_subtit {
        font-size: 16px;
    }
}
@media only all and (max-width: 1280px){
    footer .foot_nav .foot_list {
        margin-right: 90px;
    }
    footer .foot_left {
        max-width: 75%;
    }
    footer .logo1 {
        margin-right: 11%;
    }
    footer .foot_rigtht {
        max-width: 25%;
    }
}
@media only all and (max-width: 1024px){
    header{
        padding: 0 20px;
        height:60px;
        line-height: 60px;
    }
    header .logo img{
       width: 100px;
    }
    header .menu{
        right: 20px;
        top: 23px;
    }
    header .head_nav{
        display: none;
    }
    .nav_on{
        width: 50%;
    }
    .nav_on .nav_list {
        padding: 0px 50px;
    }
    .nav_on .nav_list .nav_item .nav_tit {
        font-size: 30px;
    }
}
@media only all and (max-width: 768px){
    footer .foot_nav .foot_list {
        margin-right: 30px;
    }
    footer .foot_rigtht .order_input .submit_btn{
        margin-top: 10px;
    }
    footer .foot_rigtht .foot_bottom{
        margin-top: 0;
    }
    .nav_on .close {
        right: 20px;
        top: 24px;
    }
}
@media only all and (max-width: 550px){
    .nav_on .nav_list {
        padding: 0px 20px;
        top: 120px;
    }
    .nav_on {
        width: 60%;
    }
    .nav_on .nav_list .nav_item .nav_tit {
        font-size: 20px;
    }
    .nav_on .nav_list .nav_item .nav_subtit {
        font-size: 16px;
        line-height: 28px;
    }
    .menu.active {
        top: 31px;
    }
    .nav_on .nav_list .nav_item .item_img {
        top: 10px;
        width: 16px;
    }
    footer .foot_left{
        max-width: 100%;
    }
    footer .foot_rigtht{
        max-width: 100%;
    }
    footer .logo1{
        max-width: 50%;
        float: none;
    }
    footer .foot_nav{
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    footer .foot_nav .foot_list{
        margin-right: 100px;
    }
    footer .foot_nav .foot_list:nth-child(3n){
        margin-right: 100px;
    }
    footer .foot_nav .foot_list:nth-child(2n) {
        margin-right: 0px;
    }
    footer .foot_left .foot_bottom{
        display: none;
    }
    footer .foot_rigtht .foot_bottom .copy {
        display: block;
        margin-bottom: 20px;
    }
    footer .foot_rigtht .order_input .submit_btn {
        margin-top: 0px;
    }
    footer .foot_rigtht .order_input .input {
        width: 60%;
    }
    footer .foot_bottom p a {
        margin-left: 0px;
    }
}</pre></body></html>